---
title: "Validate Studio name"
method: GET
path: "/studios/validate"
tags: ["studios"]
---

# Validate Studio name

`GET /studios/validate`

Confirms the availability of the given name for a Studio in the user context. Append `?workspaceId=` to validate the name in a workspace context.

## Query parameters

- `workspaceId` integer
- `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/versions/13316c9fe5ff/schema)
