Update a fleet (AWS CLI) - AWS IoT FleetWise

Update a fleet (AWS CLI)

You can use the UpdateFleet API operation to update the description for a fleet. The following example uses AWS CLI.

To update a fleet, run the following command.

  • Replace fleet-id with the ID of the fleet that you're updating.

  • Replace description with a new description.

    The description can have 1-2048 characters.

aws iotfleetwise update-fleet --fleet-id fleet-id --description description