Skip to main content
PUT
Start Direct Copy

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
src_path
string

Path of the source data.

dst_path
string

Path of the destination data.

src_id
string

Source instance ID, volume ID, or cloud service identifier such as hf or hf.<connection_id>.

dst_id
string

Destination instance ID, volume ID, or cloud service identifier such as hf or hf.<connection_id>.

Response

Returns {success: false, error: "unauthorized", msg: "You are not authorized to perform this action."} when user authentication is missing.

success
boolean

True when operation was initiated

error
string

Error code if success is false

msg
string

Human-readable message