---
title: "Update Studio checkpoint name"
method: PUT
path: "/studios/{sessionId}/checkpoints/{checkpointId}"
tags: ["studios"]
---

# Update Studio checkpoint name

`PUT /studios/{sessionId}/checkpoints/{checkpointId}`

Updates the name of the given Studio checkpoint ID.

## Path parameters

- `sessionId` string, required
- `checkpointId` integer, required

## Query parameters

- `workspaceId` integer

## Request body

- DataStudioCheckpointUpdateRequest
  - `name` string

## Response `200`

OK

- DataStudioCheckpointDto
  - `author` UserInfo, required
    - `avatar` string
    - `email` string
    - `id` integer
    - `userName` string
  - `dateCreated` string, date-time, required
  - `dateSaved` string, date-time, required
  - `id` integer, required
  - `name` string, required
  - `path` string, required
  - `status` 'empty' | 'interim' | 'finalized' | 'invalid', required

## Other responses

- `400` — BadRequest
- `403` — Operation not allowed.
- `404` — NotFound, when the studio or the checkpoint is not found or when the API is disabled for the workspace
- `409` — Conflict, when the checkpoint name conflicts with an existing checkpoint for the same Studio.

---

[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)
