# terminateServiceStatusUrl

> **terminateServiceStatusUrl**(`options`): `string`

Defined in: [packages/synapse-core/src/sp/terminate-service.ts:82](https://github.com/FilOzone/synapse-sdk/blob/218f90f1cf7635dc33af6f880b64b845c99676bc/packages/synapse-core/src/sp/terminate-service.ts#L82)

Build the termination status URL for a data set, pollable with
[waitForTerminateService](/reference/filoz/synapse-core/sp/functions/waitforterminateservice/). Useful for resuming tracking of a
previously requested termination.

## Parameters

| Parameter | Type |
| ------ | ------ |
| `options` | \{ `dataSetId`: `bigint`; `serviceURL`: `string`; \} |
| `options.dataSetId` | `bigint` |
| `options.serviceURL` | `string` |

## Returns

`string`