Fleets
!!! info "Coming soon" The Rover Nexus REST API is not yet available. This page describes the planned shape and may change. To integrate today, use the Zenoh messaging surface (primary) or the ROS 2 bridge.
A fleet is a named collection of robots that you plan, dispatch, and monitor together.
What it represents
Fleets group robots within an organization so they can be managed as a unit. Members are granted access per fleet, and a fleet can be shared with another organization with a capped role. Missions and telemetry are viewed in the context of the fleet that owns the robots.
Base URL
The API base URL for fleet endpoints is coming soon.
Authentication
All requests require a valid credential. See Authentication.
Endpoints
The fleet resource supports the standard read and management operations. Exact paths and payloads are not yet finalized.
| Operation | Description |
|---|---|
| List | List fleets in an organization |
| Get | Retrieve a single fleet |
| Create | Create a new fleet |
| Update | Update fleet details |
| Delete | Remove a fleet |
Exact paths, methods, and parameters are coming soon.
Errors and pagination
The error response format and the pagination scheme used by list endpoints are coming soon.