4.1.1. Admin#
- simbricks.cli.commands.admin.ns_ls()#
List all available namespaces.
- simbricks.cli.commands.admin.ns_ls_id(ident: int)#
List namespace with given id ident.
- simbricks.cli.commands.admin.ns_create(name: str, parent_id: ~types.Annotated[int | None, <typer.models.OptionInfo object at 0x79f24b912ad0>] = None)#
Create a new namespace.
- simbricks.cli.commands.admin.ns_delete(ident: int)#
Delete a namespace.
- simbricks.cli.commands.admin.schedule(namespace_id: int)#
Trigger run scheduling manually for a namespace.