---
title: "Update a Polling Profile"
method: PUT
path: "/pollingprofiles/{pollingProfileId}"
tags: ["resource-api"]
---

# Update a Polling Profile

`PUT /pollingprofiles/{pollingProfileId}`

Update a polling profile used on Tracetest to configure how to fetch traces in a test.

## Parameters

- `./parameters.yaml#/components/parameters/pollingProfileId` — unresolved $ref

## Request body

- PollingProfile — unresolved $ref

## Response `200`

successful operation

- PollingProfile — unresolved $ref

## Other responses

- `400` — invalid polling profile, some data was sent in incorrect format.
- `404` — polling profile not found
- `500` — problem updating a polling profile

---

[API](https://skmtc.net/kubeshop/apis/tracetest.md) · [All operations](https://skmtc.net/kubeshop/apis/tracetest/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kubeshop/tracetest/revisions/fad7f202ff22/schema)
