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

6 lines
130 B
GraphQL

mutation deleteMachineSnapshot($id: ID!, $snapshot: ID!) {
deleteMachineSnapshot(id: $id, snapshot: $snapshot) {
name
}
}