# terminateServiceStatusUrl

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

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