AWS IoT FleetWise will no longer be open to new customers starting April 30, 2026. If you would like to use AWS IoT FleetWise, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see AWS IoT FleetWise availability change.
Update an AWS IoT FleetWise fleet
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-idwith the ID of the fleet that you're updating. -
Replace
descriptionwith a new description.The description can have 1-2048 characters.
aws iotfleetwise update-fleet --fleet-idfleet-id--descriptiondescription
If you enabled encryption using a customer managed AWS KMS key, include the following policy statement so that your role can invoke the UpdateFleet API operation.