joyent-portal/packages/my-joy-instances/src/graphql/remove-snapshot.gql

7 lines
137 B
Plaintext
Raw Normal View History

2017-10-13 22:56:08 +03:00
mutation deleteMachineSnapshot($id: ID!, $snapshot: ID!) {
deleteMachineSnapshot(id: $id, snapshot: $snapshot) {
id
2017-10-13 22:56:08 +03:00
name
}
}