Applications

Clone

Clone an application to a destination owned by the authenticated team.

post/applications/{uuid}/clone

Path parameters

uuidstring required

UUID of the application.

Request body

destination_uuidstring required

UUID of the destination to clone into.

namestring nullable

Optional name for the cloned application.

clone_volumesboolean

Whether to clone volume data.

Response

Application cloned.

uuidstring
messagestring

Example response

{
  "message": "Application cloned."
}

Changes