---
title: "Save an Azure credential without access verification (escape hatch)"
method: POST
path: "/organizations/{id}/credentials/{cred_id}/save-unverified"
tags: ["Managed Credentials"]
---

# Save an Azure credential without access verification (escape hatch)

`POST /organizations/{id}/credentials/{cred_id}/save-unverified`

Only valid when the access probe has been running for >5 minutes and hasn't succeeded. Moves the credential to unverified_saved; /creds calls will still try to generate and auto-promote to verified on success.

## Path parameters

- `id` string, required
- `cred_id` string, required

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalCredentialsManagedCredential
  - `base_path` string
  - `created_at` string
  - `created_by` string
  - `encrypted_creds` object
  - `id` string
  - `last_error_action` string
  - `last_error_reason` string
  - `last_error_user_message` string
  - `name` string
  - `org_id` string
  - `poll_deadline_at` string
  - `salt` string
  - `state` 'draft' | 'sp_pending' | 'sp_verified' | 'access_pending' | 'unverified_saved' | 'verified'
  - `state_updated_at` string
  - `storage_type` 's3' | 's3:role' | 'gcs' | 'gcs_federated' | 'azure' | 'azure_federated'
  - `updated_at` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Not in access_pending state

---

[API](https://skmtc.net/deeplake/apis/deeplake-api.md) · [All operations](https://skmtc.net/deeplake/apis/deeplake-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeplake/deeplake-api/revisions/e16ed11d991c/schema)
