Skip to content

Deadline CLI Reference

deadline fleet

Commands to work with Deadline Cloud fleets.

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 the 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 the fleets you have permission to access, otherwise it will list all fleets.

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.