curl --request POST \
--url https://api.fireworks.ai/v1/accounts/{account_id}/snapshots \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"name": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"state": "STATE_UNSPECIFIED",
"status": {
"code": "OK",
"message": "<string>"
},
"imageRef": "<string>",
"updateTime": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://api.fireworks.ai/v1/accounts/{account_id}/snapshots \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"name": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"state": "STATE_UNSPECIFIED",
"status": {
"code": "OK",
"message": "<string>"
},
"imageRef": "<string>",
"updateTime": "2023-11-07T05:31:56Z"
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The Account Id
The properties of the snapshot being created.
The body is of type Next ID: 7 · object.
A successful response.
The creation time of the snapshot.
The state of the snapshot.
STATE_UNSPECIFIED, CREATING, READY, FAILED, DELETING The status code and message of the snapshot.
Show child attributes
The URI of the container image for this snapshot.
The update time for the snapshot.
Was this page helpful?