prefect.cli.concurrency_limit
create
create(tag: str, concurrency_limit: int)
inspect
inspect(tag: str, output: Optional[str] = typer.Option(None, '--output', '-o', help='Specify an output format. Currently supports: json'))
active_slots
ls
ls(limit: int = 15, offset: int = 0)
reset
reset(tag: str)
delete
delete(tag: str)
Was this page helpful?