mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
Update schema w missing bits
This commit is contained in:
parent
4574e8b007
commit
aa8bdf5eb2
@ -195,13 +195,14 @@ type Mutation {
|
||||
provisionManifest(deploymentGroupUuid: ID!, type: ManifestType!, format: ManifestFormat!, raw: String!)
|
||||
scale(service: ID!, replicas: Int!)
|
||||
|
||||
stopService(uuid: String!)
|
||||
startService(uuid: String!)
|
||||
restartService(uuid: String!)
|
||||
stopServices(uuids: [ID]!)
|
||||
startServices(uuids: [ID]!)
|
||||
restartServices(uuids: [ID]!)
|
||||
deleteServices(uuids: [ID]!)
|
||||
|
||||
stopInstances(uuids: [String]!)
|
||||
startInstances(uuids: [String]!)
|
||||
restartInstances(uuids: [String]!)
|
||||
stopInstances(uuids: [ID]!)
|
||||
startInstances(uuids: [ID]!)
|
||||
restartInstances(uuids: [ID]!)
|
||||
|
||||
# reprovision() ???
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user