Deadline CLI Reference¶
deadline fleet¶
List available Deadline Cloud fleets or get details of a specific fleet.
Learn more about fleets and workers
Usage:
deadline fleet [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
get¶
Get the details of a Deadline Cloud fleet in the farm. If no fleet ID is provided, it gets the details of all fleets associated with the queue.
Usage:
deadline fleet get [OPTIONS]
Options:
--profile TEXT The AWS profile to use.
--farm-id TEXT The farm to use.
--fleet-id TEXT The fleet to use.
--queue-id TEXT If no fleet is provided, gets the fleets associated with
this queue.
--help Show this message and exit.
list¶
Lists the available Deadline Cloud fleets in the farm. If the AWS profile is created from a Deadline Cloud monitor login, it will list only the fleets you have permission to access.
Usage:
deadline fleet list [OPTIONS]
Options:
--profile TEXT The AWS profile to use.
--farm-id TEXT The farm to use.
--help Show this message and exit.