#What happened to docs for the updateEndpointWorkersMax and updateEndpointTemplate GraphQL mutations?

1 messages · Page 1 of 1 (latest)

halcyon token
#
mutation {
  saveEndpoint(input: {
    id: "i02xupws21hp6i",
    gpuIds: "AMPERE_16",
    name: "Generated Endpoint -fb",
    templateId: "xkhgg72fuo",
    # Modify your template options here (or above, if applicable).
    # For this example, we've modified the endpoint's max workers.
    workersMax: 0
  }) {
    id
    gpuIds
    name
    templateId
    # You can include what you've changed here, too.
    workersMax
  }
}
#

check this one

karmic mica
#

Please note that this message is asking about docs, not how to do anything.

halcyon token
#

Okay maybe it was deleted because it was replaced