Skip to main content
POST
/
gpu-instance
/
openapi
/
v1
/
gpu
/
instance
/
migrate
Migrate Instance
curl --request POST \
  --url https://api.novita.ai/gpu-instance/openapi/v1/gpu/instance/migrate \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "instanceId": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://novita.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

API Description

When migrating an instance, any new data on the system disk and local disk will not be preserved.

Request Headers

Content-Type
string
required
Enum: application/json
Authorization
string
required
Bearer authentication format, for example: Bearer {{API Key}}.

Request Body

instanceId
string
required
The ID of the instance to be migrated.