# Subscription Schedule

When a reconfiguration has been scheduled for the future. A SubscriptionSchedule object will be created and attached to the service as well as marked as <mark style="background-color:purple;">active</mark>.

SubscriptionSchedule objects have three main API routes to interact with them, they are:

<pre><code>SubscriptionSchedule Search API Route
SubscriptionSchedule Retrieve API Route
<strong>SubscriptionSchedule Delete API Route
</strong></code></pre>

You can use these to see SubscriptionSchedule information such as the type of change pending and its status.

If there is a active SubscriptionSchedule attached to a service then a service can not be reconfigured again.

To overcome this you can either allow the active SubscriptionSchedule to complete when it is due or you can delete the SubscriptionSchedule using the SubscriptionSchedule Delete API Route as long as it is customer created.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://internal.developer.documentation.private.user.pingproxies.com/service-management/service-reconfiguration/subscription-schedule.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
