---
title: "Set active Atlassian cloud_id"
method: PUT
path: "/integrations/atlassian/{connector_id}/cloudid"
tags: ["Atlassian"]
---

# Set active Atlassian cloud_id

`PUT /integrations/atlassian/{connector_id}/cloudid`

Set the active Atlassian cloud_id on this connector's consent.

## Path parameters

- `connector_id` integer, required — ID of the Atlassian connector to configure.

## Query parameters

- `cookie_name` string, nullable

## Request body

- SetAtlassianCloudIdRequest — Payload selecting the active Atlassian site (cloud_id) for a connector.
  - `cloud_id` string, required — ID of the Atlassian site to make active. Must be one of the sites the user consented to (stored in `atlassian_sites`).

## Response `204`

Successful Response

## Other responses

- `401` — Missing or invalid authentication.
- `404` — Connector is not connected for this user.
- `422` — Validation Error

---

[API](https://skmtc.net/neulandai/apis/neuland-ai-hub-api.md) · [All operations](https://skmtc.net/neulandai/apis/neuland-ai-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neulandai/neuland-ai-hub-api/versions/b53e89b98c2b/schema)
