gateway.openapi_Gateway

Update Deployment

patch/v1/accounts/{account_id}/deployments/{deployment_id}

Path parameters

account_idstring required

The Account Id

deployment_idstring required

The Deployment Id

Query parameters

skipShapeValidationboolean

By default, updating a deployment shape will ensure the new deployment shape provided is validated. If true, we will not require the deployment shape to be validated.

Request body

displayNamestring

Human-readable display name of the deployment. e.g. "My Deployment" Must be fewer than 64 characters long.

descriptionstring

Description of the deployment.

createTimestring date-time

The creation time of the deployment.

expireTimestring date-time

Deprecated: This field is deprecated and no longer causes auto-deletion. The time at which this deployment will automatically be deleted.

purgeTimestring date-time

The time at which the resource will be hard deleted.

deleteTimestring date-time

The time at which the resource will be soft deleted.

state'STATE_UNSPECIFIED' | 'CREATING' | 'READY' | 'DELETING' | 'FAILED' | 'UPDATING' | 'DELETED'
  • CREATING: The deployment is still being created.
  • READY: The deployment is ready to be used.
  • DELETING: The deployment is being deleted.
  • FAILED: The deployment failed to be created. See the status field for additional details on why it failed.
  • UPDATING: There are in-progress updates happening with the deployment.
  • DELETED: The deployment is soft-deleted.
minReplicaCountinteger

The minimum number of replicas. If not specified, the default is 0.

maxReplicaCountinteger

The maximum number of replicas. If not specified, the default is max(min_replica_count, 1). May be set to 0 to downscale the deployment to 0.

maxWithRevocableReplicaCountinteger

max_with_revocable_replica_count is max replica count including revocable capacity. The max revocable capacity will be max_with_revocable_replica_count - max_replica_count.

desiredReplicaCountinteger

The desired number of replicas for this deployment. This represents the target replica count that the system is trying to achieve.

replicaCountinteger
baseModelstring required
acceleratorCountinteger

The number of accelerators used per replica. If not specified, the default is the estimated minimum required by the base model.

acceleratorType'ACCELERATOR_TYPE_UNSPECIFIED' | 'NVIDIA_A100_80GB' | 'NVIDIA_H100_80GB' | 'AMD_MI300X_192GB' | 'NVIDIA_A10G_24GB' | 'NVIDIA_A100_40GB' | 'NVIDIA_L4_24GB' | 'NVIDIA_H200_141GB' | 'NVIDIA_B200_180GB' | 'AMD_MI325X_256GB' | 'AMD_MI350X_288GB'
precision'PRECISION_UNSPECIFIED' | 'FP16' | 'FP8' | 'FP8_MM' | 'FP8_AR' | 'FP8_MM_KV_ATTN' | 'FP8_KV' | 'FP8_MM_V2' | 'FP8_V2' | 'FP8_MM_KV_ATTN_V2' | 'NF4' | 'FP4' | 'BF16' | 'FP4_BLOCKSCALED_MM' | 'FP4_MX_MOE'
clusterstring

If set, this deployment is deployed to a cloud-premise cluster.

enableAddonsboolean

If true, PEFT addons are enabled for this deployment.

draftTokenCountinteger

The number of candidate tokens to generate per step for speculative decoding. Default is the base model's draft_token_count. Set CreateDeploymentRequest.disable_speculative_decoding to false to disable this behavior.

draftModelstring

The draft model name for speculative decoding. e.g. accounts/fireworks/models/my-draft-model If empty, speculative decoding using a draft model is disabled. Default is the base model's default_draft_model. Set CreateDeploymentRequest.disable_speculative_decoding to false to disable this behavior.

ngramSpeculationLengthinteger

The length of previous input sequence to be considered for N-gram speculation.

enableSessionAffinityboolean

Whether to apply sticky routing based on user field. Serverless will be set to true when creating deployment.

directRouteApiKeysstring[]

The set of API keys used to access the direct route deployment. If direct routing is not enabled, this field is unused.

numPeftDeviceCachedinteger
directRouteType'DIRECT_ROUTE_TYPE_UNSPECIFIED' | 'INTERNET' | 'GCP_PRIVATE_SERVICE_CONNECT' | 'AWS_PRIVATELINK'
directRouteHandlestring

The handle for calling a direct route. The meaning of the handle depends on the direct route type of the deployment: INTERNET -> The host name for accessing the deployment GCP_PRIVATE_SERVICE_CONNECT -> The service attachment name used to create the PSC endpoint. AWS_PRIVATELINK -> The service name used to create the VPC endpoint.

deploymentTemplatestring

The name of the deployment template to use for this deployment. Only available to enterprise accounts.

region'REGION_UNSPECIFIED' | 'US_IOWA_1' | 'US_VIRGINIA_1' | 'US_VIRGINIA_2' | 'US_ILLINOIS_1' | 'AP_TOKYO_1' | 'EU_LONDON_1' | 'US_ARIZONA_1' | 'US_TEXAS_1' | 'US_ILLINOIS_2' | 'EU_FRANKFURT_1' | 'US_TEXAS_2' | 'EU_PARIS_1' | 'EU_HELSINKI_1' | 'US_NEVADA_1' | 'EU_ICELAND_1' | 'EU_ICELAND_2' | 'US_WASHINGTON_1' | 'US_WASHINGTON_2' | 'EU_ICELAND_DEV_1' | 'US_WASHINGTON_3' | 'US_ARIZONA_2' | 'AP_TOKYO_2' | 'US_CALIFORNIA_1' | 'US_MISSOURI_1' | 'US_UTAH_1' | 'US_TEXAS_3' | 'US_ARIZONA_3' | 'US_GEORGIA_1' | 'US_GEORGIA_2' | 'US_WASHINGTON_4' | 'US_GEORGIA_3' | 'NA_BRITISHCOLUMBIA_1' | 'US_GEORGIA_4' | 'EU_ICELAND_3' | 'US_OHIO_1' | 'US_NEWYORK_1'
  • US_IOWA_1: GCP us-central1 (Iowa)
  • US_VIRGINIA_1: AWS us-east-1 (N. Virginia)
  • US_VIRGINIA_2: OCI us-ashburn-1 [HIDE_FROM_DOCS]
  • US_ILLINOIS_1: OCI us-chicago-1
  • AP_TOKYO_1: OCI ap-tokyo-1
  • EU_LONDON_1: OCI uk-london-1 [HIDE_FROM_DOCS]
  • US_ARIZONA_1: OCI us-phoenix-1
  • US_TEXAS_1: Lambda us-south-3 (C. Texas)
  • US_ILLINOIS_2: Lambda us-midwest-1 (Illinois)
  • EU_FRANKFURT_1: OCI eu-frankfurt-1
  • US_TEXAS_2: Lambda us-south-2 (N. Texas)
  • EU_PARIS_1: Nebius eu-west1 [HIDE_FROM_DOCS]
  • EU_HELSINKI_1: Nebius eu-north1 [HIDE_FROM_DOCS]
  • US_NEVADA_1: GCP us-west4 [HIDE_FROM_DOCS]
  • EU_ICELAND_1: Crusoe eu-iceland1
  • EU_ICELAND_2: Crusoe eu-iceland1 (network1)
  • US_WASHINGTON_1: Voltage Park us-pyl-1 (Detach audio cluster from control_plane)
  • US_WASHINGTON_2: Voltage Park us-seattle-2
  • EU_ICELAND_DEV_1: Crusoe eu-iceland1 (dev) [HIDE_FROM_DOCS]
  • US_WASHINGTON_3: Vultr Seattle 1
  • US_ARIZONA_2: Azure westus3 (Anysphere BYOC) [HIDE_FROM_DOCS]
  • AP_TOKYO_2: AWS ap-northeast-1
  • US_CALIFORNIA_1: AWS us-west-1 (N. California)
  • US_MISSOURI_1: Nebius us-central1 (Anysphere BYOC) [HIDE_FROM_DOCS]
  • US_UTAH_1: GCP us-west3 (Utah)
  • US_TEXAS_3: Crusoe us-southcentral1 [HIDE_FROM_DOCS]
  • US_ARIZONA_3: Coreweave us-west-04a-1 [HIDE_FROM_DOCS]
  • US_GEORGIA_1: DigitalOcean us-atl1
  • US_GEORGIA_2: Vultr Atlanta 1
  • US_WASHINGTON_4: Coreweave us-west-09b-1
  • US_GEORGIA_3: Alicloud us-southeast-1
  • NA_BRITISHCOLUMBIA_1: Fluidstack ca-west-1
  • US_GEORGIA_4: DigitalOcean us-atl1 MI350X
  • EU_ICELAND_3: Crusoe eu-iceland1 (Anysphere BYOC) [HIDE_FROM_DOCS]
  • US_OHIO_1: Lambda us-midwest-2 (Ohio)
  • US_NEWYORK_1: DigitalOcean nyc2
maxContextLengthinteger

The maximum context length supported by the model (context window). If set to 0 or not specified, the model's default maximum context length will be used.

updateTimestring date-time

The update time for the deployment.

disableDeploymentSizeValidationboolean

Whether the deployment size validation is disabled.

enableMtpboolean

If true, MTP is enabled for this deployment.

enableHotLoadboolean

Whether to use hot load for this deployment.

hotLoadBucketType'BUCKET_TYPE_UNSPECIFIED' | 'MINIO' | 'S3' | 'NEBIUS' | 'FW_HOSTED'
enableHotReloadLatestAddonboolean

Allows up to 1 addon at a time to be loaded, and will merge it into the base model.

deploymentShapestring

The name of the deployment shape that this deployment is using. On the server side, this will be replaced with the deployment shape version name.

activeModelVersionstring

The model version that is currently active and applied to running replicas of a deployment.

targetModelVersionstring

The target model version that is being rolled out to the deployment. In a ready steady state, the target model version is the same as the active model version.

hotLoadBucketUrlstring
pricingPlanIdstring

Optional pricing plan ID for custom billing configuration. If set, this deployment will use the pricing plan's billing rules instead of default billing behavior.

Response

A successful response.

namestring
displayNamestring

Human-readable display name of the deployment. e.g. "My Deployment" Must be fewer than 64 characters long.

descriptionstring

Description of the deployment.

createTimestring date-time

The creation time of the deployment.

expireTimestring date-time

Deprecated: This field is deprecated and no longer causes auto-deletion. The time at which this deployment will automatically be deleted.

purgeTimestring date-time

The time at which the resource will be hard deleted.

deleteTimestring date-time

The time at which the resource will be soft deleted.

state'STATE_UNSPECIFIED' | 'CREATING' | 'READY' | 'DELETING' | 'FAILED' | 'UPDATING' | 'DELETED'
  • CREATING: The deployment is still being created.
  • READY: The deployment is ready to be used.
  • DELETING: The deployment is being deleted.
  • FAILED: The deployment failed to be created. See the status field for additional details on why it failed.
  • UPDATING: There are in-progress updates happening with the deployment.
  • DELETED: The deployment is soft-deleted.
minReplicaCountinteger

The minimum number of replicas. If not specified, the default is 0.

maxReplicaCountinteger

The maximum number of replicas. If not specified, the default is max(min_replica_count, 1). May be set to 0 to downscale the deployment to 0.

maxWithRevocableReplicaCountinteger

max_with_revocable_replica_count is max replica count including revocable capacity. The max revocable capacity will be max_with_revocable_replica_count - max_replica_count.

desiredReplicaCountinteger

The desired number of replicas for this deployment. This represents the target replica count that the system is trying to achieve.

replicaCountinteger
baseModelstring required
acceleratorCountinteger

The number of accelerators used per replica. If not specified, the default is the estimated minimum required by the base model.

acceleratorType'ACCELERATOR_TYPE_UNSPECIFIED' | 'NVIDIA_A100_80GB' | 'NVIDIA_H100_80GB' | 'AMD_MI300X_192GB' | 'NVIDIA_A10G_24GB' | 'NVIDIA_A100_40GB' | 'NVIDIA_L4_24GB' | 'NVIDIA_H200_141GB' | 'NVIDIA_B200_180GB' | 'AMD_MI325X_256GB' | 'AMD_MI350X_288GB'
precision'PRECISION_UNSPECIFIED' | 'FP16' | 'FP8' | 'FP8_MM' | 'FP8_AR' | 'FP8_MM_KV_ATTN' | 'FP8_KV' | 'FP8_MM_V2' | 'FP8_V2' | 'FP8_MM_KV_ATTN_V2' | 'NF4' | 'FP4' | 'BF16' | 'FP4_BLOCKSCALED_MM' | 'FP4_MX_MOE'
clusterstring

If set, this deployment is deployed to a cloud-premise cluster.

enableAddonsboolean

If true, PEFT addons are enabled for this deployment.

draftTokenCountinteger

The number of candidate tokens to generate per step for speculative decoding. Default is the base model's draft_token_count. Set CreateDeploymentRequest.disable_speculative_decoding to false to disable this behavior.

draftModelstring

The draft model name for speculative decoding. e.g. accounts/fireworks/models/my-draft-model If empty, speculative decoding using a draft model is disabled. Default is the base model's default_draft_model. Set CreateDeploymentRequest.disable_speculative_decoding to false to disable this behavior.

ngramSpeculationLengthinteger

The length of previous input sequence to be considered for N-gram speculation.

enableSessionAffinityboolean

Whether to apply sticky routing based on user field. Serverless will be set to true when creating deployment.

directRouteApiKeysstring[]

The set of API keys used to access the direct route deployment. If direct routing is not enabled, this field is unused.

numPeftDeviceCachedinteger
directRouteType'DIRECT_ROUTE_TYPE_UNSPECIFIED' | 'INTERNET' | 'GCP_PRIVATE_SERVICE_CONNECT' | 'AWS_PRIVATELINK'
directRouteHandlestring

The handle for calling a direct route. The meaning of the handle depends on the direct route type of the deployment: INTERNET -> The host name for accessing the deployment GCP_PRIVATE_SERVICE_CONNECT -> The service attachment name used to create the PSC endpoint. AWS_PRIVATELINK -> The service name used to create the VPC endpoint.

deploymentTemplatestring

The name of the deployment template to use for this deployment. Only available to enterprise accounts.

region'REGION_UNSPECIFIED' | 'US_IOWA_1' | 'US_VIRGINIA_1' | 'US_VIRGINIA_2' | 'US_ILLINOIS_1' | 'AP_TOKYO_1' | 'EU_LONDON_1' | 'US_ARIZONA_1' | 'US_TEXAS_1' | 'US_ILLINOIS_2' | 'EU_FRANKFURT_1' | 'US_TEXAS_2' | 'EU_PARIS_1' | 'EU_HELSINKI_1' | 'US_NEVADA_1' | 'EU_ICELAND_1' | 'EU_ICELAND_2' | 'US_WASHINGTON_1' | 'US_WASHINGTON_2' | 'EU_ICELAND_DEV_1' | 'US_WASHINGTON_3' | 'US_ARIZONA_2' | 'AP_TOKYO_2' | 'US_CALIFORNIA_1' | 'US_MISSOURI_1' | 'US_UTAH_1' | 'US_TEXAS_3' | 'US_ARIZONA_3' | 'US_GEORGIA_1' | 'US_GEORGIA_2' | 'US_WASHINGTON_4' | 'US_GEORGIA_3' | 'NA_BRITISHCOLUMBIA_1' | 'US_GEORGIA_4' | 'EU_ICELAND_3' | 'US_OHIO_1' | 'US_NEWYORK_1'
  • US_IOWA_1: GCP us-central1 (Iowa)
  • US_VIRGINIA_1: AWS us-east-1 (N. Virginia)
  • US_VIRGINIA_2: OCI us-ashburn-1 [HIDE_FROM_DOCS]
  • US_ILLINOIS_1: OCI us-chicago-1
  • AP_TOKYO_1: OCI ap-tokyo-1
  • EU_LONDON_1: OCI uk-london-1 [HIDE_FROM_DOCS]
  • US_ARIZONA_1: OCI us-phoenix-1
  • US_TEXAS_1: Lambda us-south-3 (C. Texas)
  • US_ILLINOIS_2: Lambda us-midwest-1 (Illinois)
  • EU_FRANKFURT_1: OCI eu-frankfurt-1
  • US_TEXAS_2: Lambda us-south-2 (N. Texas)
  • EU_PARIS_1: Nebius eu-west1 [HIDE_FROM_DOCS]
  • EU_HELSINKI_1: Nebius eu-north1 [HIDE_FROM_DOCS]
  • US_NEVADA_1: GCP us-west4 [HIDE_FROM_DOCS]
  • EU_ICELAND_1: Crusoe eu-iceland1
  • EU_ICELAND_2: Crusoe eu-iceland1 (network1)
  • US_WASHINGTON_1: Voltage Park us-pyl-1 (Detach audio cluster from control_plane)
  • US_WASHINGTON_2: Voltage Park us-seattle-2
  • EU_ICELAND_DEV_1: Crusoe eu-iceland1 (dev) [HIDE_FROM_DOCS]
  • US_WASHINGTON_3: Vultr Seattle 1
  • US_ARIZONA_2: Azure westus3 (Anysphere BYOC) [HIDE_FROM_DOCS]
  • AP_TOKYO_2: AWS ap-northeast-1
  • US_CALIFORNIA_1: AWS us-west-1 (N. California)
  • US_MISSOURI_1: Nebius us-central1 (Anysphere BYOC) [HIDE_FROM_DOCS]
  • US_UTAH_1: GCP us-west3 (Utah)
  • US_TEXAS_3: Crusoe us-southcentral1 [HIDE_FROM_DOCS]
  • US_ARIZONA_3: Coreweave us-west-04a-1 [HIDE_FROM_DOCS]
  • US_GEORGIA_1: DigitalOcean us-atl1
  • US_GEORGIA_2: Vultr Atlanta 1
  • US_WASHINGTON_4: Coreweave us-west-09b-1
  • US_GEORGIA_3: Alicloud us-southeast-1
  • NA_BRITISHCOLUMBIA_1: Fluidstack ca-west-1
  • US_GEORGIA_4: DigitalOcean us-atl1 MI350X
  • EU_ICELAND_3: Crusoe eu-iceland1 (Anysphere BYOC) [HIDE_FROM_DOCS]
  • US_OHIO_1: Lambda us-midwest-2 (Ohio)
  • US_NEWYORK_1: DigitalOcean nyc2
maxContextLengthinteger

The maximum context length supported by the model (context window). If set to 0 or not specified, the model's default maximum context length will be used.

updateTimestring date-time

The update time for the deployment.

disableDeploymentSizeValidationboolean

Whether the deployment size validation is disabled.

enableMtpboolean

If true, MTP is enabled for this deployment.

enableHotLoadboolean

Whether to use hot load for this deployment.

hotLoadBucketType'BUCKET_TYPE_UNSPECIFIED' | 'MINIO' | 'S3' | 'NEBIUS' | 'FW_HOSTED'
enableHotReloadLatestAddonboolean

Allows up to 1 addon at a time to be loaded, and will merge it into the base model.

deploymentShapestring

The name of the deployment shape that this deployment is using. On the server side, this will be replaced with the deployment shape version name.

activeModelVersionstring

The model version that is currently active and applied to running replicas of a deployment.

targetModelVersionstring

The target model version that is being rolled out to the deployment. In a ready steady state, the target model version is the same as the active model version.

hotLoadBucketUrlstring
pricingPlanIdstring

Optional pricing plan ID for custom billing configuration. If set, this deployment will use the pricing plan's billing rules instead of default billing behavior.

Changes

Changed in 11 of the 27 revisions of this API.25578

  • 3c3ed322dd5233See the full diff
    • ●

      added the new US_NEWYORK_1 enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_NEWYORK_1 enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_NEWYORK_1 enum value to the response property for the response status

      response-property-enum-value-added

    • ○

      added the new US_NEWYORK_1 enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new US_NEWYORK_1 enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new US_NEWYORK_1 enum value to the request property

      request-property-enum-value-added

  • 920bcfb416a713See the full diff
    • ●

      added the new FW_HOSTED enum value to the response property for the response status

      response-property-enum-value-added

    • ○

      added the new optional request property

      new-optional-request-property

    • ○

      added the new FW_HOSTED enum value to the request property

      request-property-enum-value-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 80bec85988ad38See the full diff
    • ●

      added the new US_OHIO_1 enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_OHIO_1 enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_OHIO_1 enum value to the response property for the response status

      response-property-enum-value-added

    • ○

      added the new optional query request parameter skipShapeValidation

      new-optional-request-parameter

    • ○

      added the new optional request property

      new-optional-request-property

    • ○

      added the new optional request property

      new-optional-request-property

    • ○

      added the new US_OHIO_1 enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new US_OHIO_1 enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new US_OHIO_1 enum value to the request property

      request-property-enum-value-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

  • 9823da16483755See the full diff
    • ●

      added the new APAC enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new EUROPE enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new EU_ICELAND_3 enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new EU_ICELAND_3 enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new EU_ICELAND_3 enum value to the response property for the response status

      response-property-enum-value-added

    • ○

      added the new APAC enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new EUROPE enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new EU_ICELAND_3 enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new EU_ICELAND_3 enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new EU_ICELAND_3 enum value to the request property

      request-property-enum-value-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      added the new optional request property

      new-optional-request-property

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 4e1bdf0cae563434See the full diff
    • ●

      added the new AMD_MI350X_288GB enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new EU_HELSINKI_1 enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new EU_HELSINKI_1 enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new EU_HELSINKI_1 enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new EU_ICELAND_DEV_1 enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new EU_ICELAND_DEV_1 enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new EU_ICELAND_DEV_1 enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new EU_LONDON_1 enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new EU_LONDON_1 enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new EU_LONDON_1 enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new EU_PARIS_1 enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new EU_PARIS_1 enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new EU_PARIS_1 enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_ARIZONA_2 enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_ARIZONA_2 enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_ARIZONA_2 enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_ARIZONA_3 enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_ARIZONA_3 enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_ARIZONA_3 enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_GEORGIA_4 enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_GEORGIA_4 enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_GEORGIA_4 enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_MISSOURI_1 enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_MISSOURI_1 enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_MISSOURI_1 enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_NEVADA_1 enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_NEVADA_1 enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_NEVADA_1 enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_TEXAS_3 enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_TEXAS_3 enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_TEXAS_3 enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_VIRGINIA_2 enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_VIRGINIA_2 enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new US_VIRGINIA_2 enum value to the response property for the response status

      response-property-enum-value-added

    • ○

      added the new AMD_MI350X_288GB enum value to the request property

      request-property-enum-value-added

    • ○

      added the new EU_HELSINKI_1 enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new EU_HELSINKI_1 enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new EU_HELSINKI_1 enum value to the request property

      request-property-enum-value-added

    • ○

      added the new EU_ICELAND_DEV_1 enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new EU_ICELAND_DEV_1 enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new EU_ICELAND_DEV_1 enum value to the request property

      request-property-enum-value-added

    • ○

      added the new EU_LONDON_1 enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new EU_LONDON_1 enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new EU_LONDON_1 enum value to the request property

      request-property-enum-value-added

    • ○

      added the new EU_PARIS_1 enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new EU_PARIS_1 enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new EU_PARIS_1 enum value to the request property

      request-property-enum-value-added

    • ○

      added the new US_ARIZONA_2 enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new US_ARIZONA_2 enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new US_ARIZONA_2 enum value to the request property

      request-property-enum-value-added

    • ○

      added the new US_ARIZONA_3 enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new US_ARIZONA_3 enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new US_ARIZONA_3 enum value to the request property

      request-property-enum-value-added

    • ○

      added the new US_GEORGIA_4 enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new US_GEORGIA_4 enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new US_GEORGIA_4 enum value to the request property

      request-property-enum-value-added

    • ○

      added the new US_MISSOURI_1 enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new US_MISSOURI_1 enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new US_MISSOURI_1 enum value to the request property

      request-property-enum-value-added

    • ○

      added the new US_NEVADA_1 enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new US_NEVADA_1 enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new US_NEVADA_1 enum value to the request property

      request-property-enum-value-added

    • ○

      added the new US_TEXAS_3 enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new US_TEXAS_3 enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new US_TEXAS_3 enum value to the request property

      request-property-enum-value-added

    • ○

      added the new US_VIRGINIA_2 enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new US_VIRGINIA_2 enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new US_VIRGINIA_2 enum value to the request property

      request-property-enum-value-added

  • f76a6182f2d533See the full diff
    • ●

      added the new NA_BRITISHCOLUMBIA_1 enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new NA_BRITISHCOLUMBIA_1 enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new NA_BRITISHCOLUMBIA_1 enum value to the response property for the response status

      response-property-enum-value-added

    • ○

      added the new NA_BRITISHCOLUMBIA_1 enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new NA_BRITISHCOLUMBIA_1 enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new NA_BRITISHCOLUMBIA_1 enum value to the request property

      request-property-enum-value-added

    • ▲

      removed the enum value US_TEXAS_3 of the request property /

      request-property-enum-value-removed

    • ▲

      removed the enum value US_TEXAS_3 of the request property //

      request-property-enum-value-removed

    • ○

      removed the enum value US_TEXAS_3 of the request read-only property region

      request-read-only-property-enum-value-removed

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      removed the US_TEXAS_3 enum value from the / response property for the response status

      response-property-enum-value-removed

    • ○

      removed the US_TEXAS_3 enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      removed the US_TEXAS_3 enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      added the new optional request property

      new-optional-request-property

    • ○

      added the new optional request property

      new-optional-request-property

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the new optional request property

      new-optional-request-property

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog