4.1.6. Resource Groups#

simbricks.cli.commands.rg.create(label: str, available_cores: int, available_memory: int)#

Create a resource group describing a runners available resources.

simbricks.cli.commands.rg.update(rg_id: str, label: ~typing.Annotated[str | None, <typer.models.OptionInfo object at 0x7fb7b2a86420>] = None, available_cores: ~typing.Annotated[int | None, <typer.models.OptionInfo object at 0x7fb7b2a864e0>] = None, available_memory: ~typing.Annotated[int | None, <typer.models.OptionInfo object at 0x7fb7b2a865a0>] = None, cores_left: ~typing.Annotated[int | None, <typer.models.OptionInfo object at 0x7fb7b2a86660>] = None, memory_left: ~typing.Annotated[int | None, <typer.models.OptionInfo object at 0x7fb7b2a86720>] = None)#

Create a resource group describing a runners available resources.

simbricks.cli.commands.rg.show(rg_id: str)#

List a resource group.

simbricks.cli.commands.rg.ls()#

List available resource groups.

simbricks.cli.commands.rg.rm(rg_id: str)#

Delete an individual runner.