---
title: "Validate SSH key name"
method: GET
path: "/ssh-keys/validate/name"
tags: ["ssh-keys"]
---

# Validate SSH key name

`GET /ssh-keys/validate/name`

Confirms the availability of the given name for a SSH key in the user context.

## Query parameters

- `name` string

## Response `204`

Ok - No content, if the name is valid and available.

## Other responses

- `400` — Bad request, if the name is not valid.
- `403` — Operation not allowed.
- `409` — Conflict, name duplicated in the given context.

---

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