---
title: "POST /describeFleet"
method: POST
path: "/describeFleet"
deprecated: true
---

# POST /describeFleet

`POST /describeFleet`

> **Deprecated.**

Describes a fleet.

This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.

## Request body

- object
  - `fleet` string, required — The Amazon Resource Name (ARN) of the fleet.

## Response `200`

Success

- DescribeFleetResponse — Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.
  - `name` string — The name of the fleet.
  - `arn` string — The Amazon Resource Name (ARN) of the fleet.
  - `robots` Robot[] — A list of robots.
    - `arn` string — The Amazon Resource Name (ARN) of the robot.
    - `name` string — The name of the robot.
    - `fleetArn` string — The Amazon Resource Name (ARN) of the fleet.
    - `status` 'Available' | 'Registered' | 'PendingNewDeployment' | 'Deploying' | 'Failed' | 'InSync' | 'NoResponse' — The status of the robot.
    - `greenGrassGroupId` string — The Greengrass group associated with the robot.
    - `createdAt` string, date-time — The time, in milliseconds since the epoch, when the robot was created.
    - `architecture` 'X86_64' | 'ARM64' | 'ARMHF' — The architecture of the robot.
    - `lastDeploymentJob` string — The Amazon Resource Name (ARN) of the last deployment job.
    - `lastDeploymentTime` string, date-time — The time of the last deployment.
  - `createdAt` string, date-time — The time, in milliseconds since the epoch, when the fleet was created.
  - `lastDeploymentStatus` 'Pending' | 'Preparing' | 'InProgress' | 'Failed' | 'Succeeded' | 'Canceled' — The status of the last deployment.
  - `lastDeploymentJob` string — The Amazon Resource Name (ARN) of the last deployment job.
  - `lastDeploymentTime` string, date-time — The time of the last deployment.
  - `tags` object — The list of all tags added to the specified fleet.

## Other responses

- `480` — ResourceNotFoundException
- `481` — InvalidParameterException
- `482` — InternalServerException
- `483` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/robomaker.md) · [All operations](https://skmtc.net/aws/apis/robomaker/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/robomaker/versions/a6f68d7d4866/schema)
