Change Updates

Do not miss any Exoscale APIv2 API changes, ever again

Subscribe to the Exoscale APIv2 API changelog to be up to date on recent changes.

RSS

11 days ago

main
2.0.0
Compare

API structure has changed

9 structure changes including:
1 Breaking change
1 Addition
7 Modifications
1 Removal
Modified 7 Breaking
DELETE /ai/deployment/{id}
  • Response
  • 202 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
DELETE /ai/model/{id}
  • Response
  • 202 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
GET /ai/deployment/{id}/api-key
  • Path went from /ai/deployment/{deployment-uuid}/api-key to /ai/deployment/{id}/api-key (same operationId)
  • Path
  • deployment-uuid path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • id path parameter Added
GET /ai/deployment/{id}/logs
  • Path went from /ai/deployment/{deployment-uuid}/logs to /ai/deployment/{id}/logs (same operationId)
  • Path
  • deployment-uuid path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • id path parameter Added
POST /ai/deployment
  • Response
  • 201 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
POST /ai/deployment/{id}/scale
  • Response
  • 202 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
POST /ai/model
  • Response
  • 201 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
Removed 1 Breaking
PATCH /ai/deployment/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 1
PATCH /ai/deployment/{id}