---
title: "Checks if the user is able to update a project."
method: GET
path: "/subscriptions/{subscriptionId}/can-update"
tags: ["Subscriptions"]
---

# Checks if the user is able to update a project.

`GET /subscriptions/{subscriptionId}/can-update`

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `plan` 'development' | 'standard' | 'medium' | 'large' | 'xlarge' | '2xlarge'
- `environments` integer
- `storage` integer
- `user_licenses` integer

## Response `200`

Check result with error message if presented

- object
  - `can_update` boolean — Boolean result of the check.
  - `message` string — Details in case of negative check result.
  - `required_action` object — Required action impeding project update.

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
