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: ~types.Annotated[str | None, <typer.models.OptionInfo object at 0x7337a0fc3100>] = None, available_cores: ~types.Annotated[int | None, <typer.models.OptionInfo object at 0x7337a0fc31c0>] = None, available_memory: ~types.Annotated[int | None, <typer.models.OptionInfo object at 0x7337a0fc3250>] = None, cores_left: ~types.Annotated[int | None, <typer.models.OptionInfo object at 0x7337a0fc33a0>] = None, memory_left: ~types.Annotated[int | None, <typer.models.OptionInfo object at 0x7337a0fc3430>] = 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.