---
title: "Set that a support bundle has been successfully uploaded."
method: POST
path: "/supportbundle/{bundle_id}/uploaded"
tags: ["supportBundle"]
---

# Set that a support bundle has been successfully uploaded.

`POST /supportbundle/{bundle_id}/uploaded`

Mark a support bundle as uploaded using the bundle ID returned from /supportbundle/upload-url after uploading the support bundle to S3.
It links the uploaded support bundle to an app and/or a GitHub issue, if provided, and triggers an analysis of the bundle.

Required RBAC Policy: team/support-issues/write

## Path parameters

- `bundle_id` string, required

## Request body

- object
  - `app_id` string, required — ID of the app to link this support bundle to.
  - `issue_url` string — URL of the Github issue to post support bundle analysis to.

## Response `200`

SetSupportBundleUploadedResponse contains the get support bundle command response properties

- object
  - `slug` string

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/versions/6fcf9e54aba4/schema)
