Fleet

Available Fields

Field

id

uuid

organization

actor

app_name

slug

should_be_running__release

application_type

is_for__device_type

should_track_latest_release

is_accessible_by_support_until__date

is_public

is_host

is_archived

is_discoverable

is_stored_at__repository_url

created_at


Examples

Get all fleets of an organization by its HANDLE

Get all fleets

Note: This will also include all public fleets of the platform. In most cases retrieving the fleets by their organization will be preferable.

Get all fleets associated with authenticated user

Get fleet by ID

Get fleet by SLUG

Get fleet by name

Get fleet by SLUG along with its devices

Get fleet by id along with its devices

Filter public fleets from result

Create fleet

To retrieve the numeric ORGANIZATION_ID & DEVICE_TYPE_ID, check the respective documentation page for the organization & device type resources.

Delete fleet

Get the target release of a fleet

Pin entire fleet to a specific release by ID

Pin entire fleet to a specific release by SLUG

Disable automatic update tracking for a fleet

Enable automatic update tracking for a fleet

Last updated

Was this helpful?