build
Last updated: May 29, 2026
Provides commands for interacting with Multiplay Hosting builds.
Authentication
This command group requires an API key (APIKey). Create API keys at https://dashboard.multiplay.dev and configure with mpcli login.
When to use this command
Use mpcli build update when you need to run the build-update pipeline stages individually — for example, to resume after a partial failure, to run the upload without triggering an image build, or to debug. For the common end-to-end "update my build's files" case, prefer mpcli image deploy.
Group usage
mpcli build [command] [flags]Group flags

--projectid identifies your Multiplay by Rocket Science project, and --environmentid identifies the target environment within that project.
Commands
create
Note This command requires API key authentication (APIKey).
Create a build.
mpcli build create [flags]Flags:

get
Note This command requires API key authentication (APIKey).
Get a single build.
mpcli build get <build-id> [flags]Arguments:

installs
Note This command requires API key authentication (APIKey).
List installs for a build.
mpcli build installs <build-id> [flags]Arguments:

list
Note This command requires API key authentication (APIKey).
List builds.
mpcli build list [flags]This command has no command-specific arguments or flags.
update
Note This command requires API key authentication (APIKey).
Update a build.
mpcli build update <build-id> [flags]Arguments:

Flags:

build delete exists in source but is not currently added to the command tree.
Related
Global flags
Command reference index