4.1.7. Runners#

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

List runners.

simbricks.cli.commands.runners.show(runner_id: str)#

Show individual runner.

simbricks.cli.commands.runners.rm(runner_id: str)#

Delete an individual runner.

simbricks.cli.commands.runners.create(resource_group_id: str, label: str, tags: list[str])#

Update a runner with the the given label and tags.

simbricks.cli.commands.runners.rm_event(runner_id: str, event_id: str)#

Delete all events to runner up to and including the specified event.

simbricks.cli.commands.runners.ls_events(runner_id: str, limit: ~types.Annotated[int | None, <typer.models.OptionInfo object at 0x7337a0f828f0>] = None)#

List events going from backend to runner.