Description
Delete an existing dedicated pool for a published web service running on Machine Learning Server.
Usage
  deleteServicePool(name, version)
Arguments
name
A string representing the web service name. To create or update a dedicated pool, you must provide the specific name and version of the service that the pool is associated with.
version
A string representing the web service version. To create or update a dedicated pool, you must provide the specific name and version of the service that the pool is associated with.
See Also
Other dedicated pool methods: configureServicePool, getPoolStatus
Examples
 ## Not run:
deleteServicePool(
  name = "myService",
  version = "v1"
)
## End(Not run)