---
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.

## Changes

> 14 revisions in range; 1 not diffed, 2 could not be searched.

- **2026-03-10** `49c99a6944de` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/ssh-keys/validate/name/get.md)

---

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