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: int, label: ~types.Annotated[str | None, <typer.models.OptionInfo object at 0x79f24b771240>] = None, available_cores: ~types.Annotated[int | None, <typer.models.OptionInfo object at 0x79f24b771180>] = None, available_memory: ~types.Annotated[int | None, <typer.models.OptionInfo object at 0x79f24b771060>] = None, cores_left: ~types.Annotated[int | None, <typer.models.OptionInfo object at 0x79f24b7706d0>] = None, memory_left: ~types.Annotated[int | None, <typer.models.OptionInfo object at 0x79f24b770550>] = None)#
Create a resource group describing a runners available resources.
- simbricks.cli.commands.rg.ls_rg(rg_id: int)#
List a resource group.
- simbricks.cli.commands.rg.ls()#
List available resource groups.