# terminateServiceStatusUrl

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

Defined in: [packages/synapse-core/src/sp/terminate-service.ts:82](https://github.com/FilOzone/synapse-sdk/blob/ac439ced73387be0f1e7ed7e635dce4bdba76399/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`