Deploy a new CVM instance under an existing app, optionally with a new Docker Compose file. For on-chain KMS apps, this uses a two-phase flow: the first request returns HTTP 465 with a commit token; after registering the compose hash on-chain, the second request commits with the token and transaction hash.
Hex app identifier
Request model for creating a new instance under an existing app.
Inherits node_id, encrypted_env, compose_hash and their validators from ReplicateRequest.
Target node ID (deprecated, use node_id)
Target node ID for the replica
New encrypted env blob (hex)
Explicit compose hash to replicate. Required when the source app has multiple live instances.
New Docker Compose YAML content
New pre-launch script content
Commit token returned by a prior prepare-only request. When set, this request commits the previously-prepared instance instead of preparing a new one.
On-chain transaction hash proving compose-hash registration. Use 'already-registered' (or omit) when the hash was registered earlier.
Instance created