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

# POST /registerRobot

`POST /registerRobot`

> **Deprecated.**

Registers a robot with a fleet.

This API is no longer supported and will throw an error if used.

## Request body

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

## Response `200`

Success

- RegisterRobotResponse — AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.
  - `fleet` string — The Amazon Resource Name (ARN) of the fleet that the robot will join.
  - `robot` string — Information about the robot registration.

## Other responses

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

---

[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)
