joyent-portal/packages/my-joy-beta/src/graphql/delete-instance.gql

6 lines
75 B
Plaintext
Raw Normal View History

mutation startInstance($id: ID!) {
deleteMachine(id: $id) {
id
}
}