fleet
Last updated: May 29, 2026
Provides commands for interacting with fleets.
Authentication
This command group currently requires legacy credentials (AccessKey and SecretKey). Onboarded users are typically provided these in mpcli.json as a temporary compatibility path.
Group usage
mpcli fleet [command] [flags]Group flags
Flag | Required | Description |
--fleetid | No | fleetid identifies the fleet to action |
Commands
allocate
Note This command requires legacy credentials (AccessKey and SecretKey).
Allocate one or more servers from a fleet.
mpcli fleet allocate [<uuid1>...<uuidN>] [flags]Arguments:
Argument | Required | Description |
[<uuid1>...<uuidN>] | No | Allocation UUID values. If omitted, mpcli generates a UUID automatically. |
Flags:
Flag | Required | Description |
--profileid | Yes | profileid to allocate |
--regionid | Yes | regionid to allocate |
allocations
Note This command requires legacy credentials (AccessKey and SecretKey).
Check existing allocations.
mpcli fleet allocations <uuid1>...<uuidN> [flags]Arguments:
Argument | Required | Description |
[<uuid1>...<uuidN>] | Yes | One or more allocation UUID values to query. |
deallocate
Note This command requires legacy credentials (AccessKey and SecretKey).
Deallocate one or more allocations.
mpcli fleet deallocate <uuid1>...<uuidN> [flags]Arguments:
Argument | Required | Description |
[<uuid1>...<uuidN>] | Yes | One or more allocation UUID values to query. |
Related
Global flags
Command reference index