Alix Cook
01/23/2023, 4:32 PM$ curl -H 'Authorization: Bearer REDACTED' -X DEL
ETE -v '<https://api.prefect.cloud/api/accounts/REDACTED/workspaces/REDACTED/deployments/d97f3c20-2aff-4db5-963b-bc029c0b71f8>'
* Trying 34.111.36.90:443...
* Connected to api.prefect.cloud (34.111.36.90) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
* CApath: none
* (304) (OUT), TLS handshake, Client hello (1):
* (304) (IN), TLS handshake, Server hello (2):
* (304) (IN), TLS handshake, Unknown (8):
* (304) (IN), TLS handshake, Certificate (11):
* (304) (IN), TLS handshake, CERT verify (15):
* (304) (IN), TLS handshake, Finished (20):
* (304) (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / AEAD-CHACHA20-POLY1305-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=api.prefect.cloud
* start date: Jan 16 19:03:37 2023 GMT
* expire date: Apr 16 19:53:29 2023 GMT
* subjectAltName: host "api.prefect.cloud" matched cert's "api.prefect.cloud"
* issuer: C=US; O=Google Trust Services LLC; CN=GTS CA 1D4
* SSL certificate verify ok.
* Using HTTP2, server supports multiplexing
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x14580fe00)
> DELETE /api/accounts/REDACTED/workspaces/REDACTED/deployments/d97f3c20-2aff-4db5-963b-bc029c0b71f8 HTTP/2
> Host: api.prefect.cloud
> user-agent: curl/7.79.1
> accept: */*
> authorization: Bearer REDACTED
>
< HTTP/2 503
< date: Mon, 23 Jan 2023 16:27:27 GMT
< server: istio-envoy
< retry-after: 2.566896944040789
< content-length: 43
< content-type: application/json
< x-envoy-upstream-service-time: 15736
< via: 1.1 google
< content-security-policy: default-src 'none'; object-src 'none'
< x-content-type-options: nosniff
< strict-transport-security: max-age=63072000; includeSubDomains; preload
< permissions-policy: accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), cross-origin-isolated=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), idle-detection=(), magnetometer=(), microphone=(), midi=(), navigation-override=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=()
< x-permitted-cross-domain-policies: none
< referrer-policy: same-origin
< alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
<
* Connection #0 to host api.prefect.cloud left intact
{"exception_message":"Service Unavailable"}
Jeff Hale
01/23/2023, 7:21 PMAlix Cook
01/23/2023, 7:37 PM