latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-1127518479.8 KB

789e6ad3796c

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."
}