Javascript
import Runloop from '@runloop/api-client'; const client = new Runloop({ bearerToken: 'My Bearer Token', }); const response = await client.devboxes.deleteDiskSnapshot('id'); console.log(response);
{}
Delete a previously taken disk snapshot of a Devbox.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the snapshot.
Snapshot deleted successfully.
The response is of type object.
object
Was this page helpful?