joyent-portal/packages/my-joy-instances/src/graphql/create-snapshot.gql
2018-02-28 11:18:40 +00:00

7 lines
129 B
GraphQL

mutation createInstanceSnapshot($id: ID!, $name: String) {
createMachineSnapshot(id: $id, name: $name) {
id
name
}
}